home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-04-15 | 745 b | 38 lines | [TEXT/MPS ] |
-
- /*
- File: DebugTrace.h
-
- Contains: Debug helper definitions.
-
- Developed by:
-
- Paul G Smith (commstalk hq & Full Moon Software, Inc)
-
- you can leave messages at (UK): 0727 844232; (US): 408 253 7199
- BUT I prefer to be contacted by e-mail
- AppleLink: COMMSTALK.HQ
- Internet: COMMSTALK.HQ@applelink.apple.com
-
- "SimpliFace2" Sample code to accompany develop article
- on techniques for controlling script inheritance.
-
-
- To link the output of this file you need also to link with
- file "DebugTranscript.lib".
-
- */
-
-
-
-
- extern "C" { // debug utility functions
- pascal void InstallWriteLnHook();
- pascal void SetDebugLevel(short);
- }
-
- void SuspendDebug(void);
- void ResumeDebug(void);
- void ForceDebug(void);
- void EndForceDebug(void);
-
-